From d9f1222d1b295e2b349f8aede8d2ea366902dca2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E7=A9=8D=E4=B8=B9=E5=B0=BC=20Dan=20Jacobson?= Date: Thu, 12 Jan 2023 23:43:46 +0800 Subject: [PATCH] Update kml-prec.xml (#979) * Update kml-prec.xml I am guessing, based on the same sentence in gpx-elevprec.xml, what you meant to say. * correct description of kml prec option. Co-authored-by: tsteven4 <13596209+tsteven4@users.noreply.github.com> --- xmldoc/formats/options/kml-prec.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmldoc/formats/options/kml-prec.xml b/xmldoc/formats/options/kml-prec.xml index 5fd64d52e..39ada9155 100644 --- a/xmldoc/formats/options/kml-prec.xml +++ b/xmldoc/formats/options/kml-prec.xml @@ -1,9 +1,9 @@ This option specifies the number of digits to be used when -writing coordinate values. +writing geographic coordinates, .i.e., latitude and longitude. Precision is the number of digits after the decimal point. The default precision is 6. We limit the number of places we write to improve the -fidelity when round-tripping thata, reduce file size, and reduce +fidelity when round-tripping geographic coordinates, reduce file size, and reduce silliness in files caused by repeating decimals in insignificant digits. -- 2.30.2